πŸ› οΈ All DevTools

Showing 1821–1840 of 4370 tools

Last Updated
April 28, 2026 at 12:01 AM

SimCockpit

Product Hunt

[IDE/Editor] Xcode Simulator Supercharged SimCockpit is the native control center for your Xcode Simulator. We built it to replace the friction of terminal commands and scattered tools with a single floating window. Toggle network conditions, mock GPS locations, edit User Defaults, and record demos without breaking your flow. It is the missing companion designed to let you focus on building great apps, not managing your environment.

Found: December 02, 2025 ID: 2550

[Other] Show HN: Webclone.js – A simple tool to clone websites I needed a lightweight way to archive documentation from a website. wget and similar tools failed to clone the site reliably (missing assets, broken links, etc.), so I ended up building a full website-cloning tool using Node.js + Puppeteer.<p>Repo: <a href="https:&#x2F;&#x2F;github.com&#x2F;jademsee&#x2F;webclone" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;jademsee&#x2F;webclone</a><p>Feedback, issues, and PRs are very welcome.

Found: December 02, 2025 ID: 2545

[Other] ULID: Universally Unique Lexicographically Sortable Identifier

Found: December 01, 2025 ID: 2623

[Code Quality] Show HN: Cm-colors –I got tired of manually fixing wcag contrast,so I made this I usually look up palettes and the UI comes out nice except some color pairs don&#x27;t pass wcag color contrast and well - just isn&#x27;t readable Ended up writing a tiny library that automatically nudges your text color just enough to pass AA or AAA, while keeping it visually similar to the original along with a color contrast linter so we can use it in CI Thought you guys might find it useful too, it&#x27;s foss :&gt;

Found: December 01, 2025 ID: 2542

[Other] Durin is a library for reading and writing the Dwarf debugging format

Found: December 01, 2025 ID: 2539

[Other] Show HN: An AI zettelkasten that extracts ideas from articles, videos, and PDFs Hey HN! Over the weekend (leaning heavily on Opus 4.5) I wrote Jargon - an AI-managed zettelkasten that reads articles, papers, and YouTube videos, extracts the key ideas, and automatically links related concepts together.<p>Demo video: <a href="https:&#x2F;&#x2F;youtu.be&#x2F;W7ejMqZ6EUQ" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;W7ejMqZ6EUQ</a><p>Repo: <a href="https:&#x2F;&#x2F;github.com&#x2F;schoblaska&#x2F;jargon" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;schoblaska&#x2F;jargon</a><p>You can paste an article, PDF link, or YouTube video to parse, or ask questions directly and it&#x27;ll find its own content. Sources get summarized, broken into insight cards, and embedded for semantic search. Similar ideas automatically cluster together. Each insight can spawn research threads - questions that trigger web searches to pull in related content, which flows through the same pipeline.<p>You can explore the graph of linked ideas directly, or ask questions and it&#x27;ll RAG over your whole library plus fresh web results.<p>Jargon uses Rails + Hotwire with Falcon for async processing, pgvector for embeddings, Exa for neural web search, crawl4ai as a fallback scraper, and pdftotext for academic papers.

Found: December 01, 2025 ID: 2541

[Other] Ghostty compiled to WASM with xterm.js API compatibility

Found: December 01, 2025 ID: 2538

Show HN: RFC Hub

Hacker News (score: 16)

[Other] Show HN: RFC Hub I&#x27;ve worked at several companies during the past two decades and I kept encountering the same issues with internal technical proposals:<p>- Authors would change a spec after I started writing code<p>- It&#x27;s hard to find what proposals would benefit from my review<p>- It&#x27;s hard to find the right person to review my proposals<p>- It&#x27;s not always obvious if a proposal has reached consensus (e.g. buried comments)<p>- I&#x27;m not notified if a proposal I approved is now ready to be worked on<p>And that&#x27;s just scratching the surface. The most popular solutions (like Notion or Google Drive + Docs) mostly lack semantics. For example it&#x27;s easy as a human to see a table in a document with rows representing reviewers and a checkbox representing review acceptance but it&#x27;s hard to formally extract meaning and prevent a document from &quot;being published&quot; when criteria isn&#x27;t met.<p>RFC Hub aims to solve these issues by building an easy to use interface around all the metadata associated with technical proposals instead of containing it textually within the document itself.<p>The project is still under heavy development as I work on it most nights and weekends. The next big feature I&#x27;m planning is proposal templates and the ability to refer to documents as something other than RFCs (Request for Comments). E.g. a company might have a UIRFC for GUI work (User Interface RFCs), a DBADR (Database Architecture Decision Record), etc. And while there&#x27;s a built-in notification system I&#x27;m still working on a Slack integration. Auth works by sending tokens via email but of course RFC Hub needs Google auth.<p>Please let me know what you think!

Found: December 01, 2025 ID: 2540

[Other] Show HN: Rust-based ultra-low latency streaming framework – Wingfoil

Found: December 01, 2025 ID: 2543

[Other] Xlibre is a fork of the Xorg Xserver with lots of code cleanups

Found: December 01, 2025 ID: 2533

[DevOps] Show HN: Flowctl – Open-source self-service workflow automation platform Flowctl is a self-service platform that gives users secure access to complex workflows, all in a single binary. These workflows could be anything, granting SSH access to an instance, provisioning infra, or custom business process automation. The executor paradigm in flowctl makes it domain-agnostic.<p>This initial release includes: - SSO with OIDC and RBAC - Execution on remote nodes via SSH (fully agentless) - Approvals - Cron-based scheduling - Flow editor UI - Encrypted credentials and secrets store - Docker and Script executors - Namespaces<p>I built this because I needed a simple tool to manage my homelab while traveling, something that acts as a UI for scripts. At work, I was also looking for tools to turn repetitive ops&#x2F;infra tasks into self-service offerings. I tried tools like Backstage and Rundeck, but they were either too complex, or the OSS versions lacked important features.<p>Flowctl can simply be described as a pipeline (like CI&#x2F;CD systems) that people can trigger on-demand with custom inputs.<p>Would love to hear how you might use something like this!<p>Demo - <a href="https:&#x2F;&#x2F;demo.flowctl.net" rel="nofollow">https:&#x2F;&#x2F;demo.flowctl.net</a><p>Homepage - <a href="https:&#x2F;&#x2F;flowctl.net" rel="nofollow">https:&#x2F;&#x2F;flowctl.net</a><p>GitHub - <a href="https:&#x2F;&#x2F;github.com&#x2F;cvhariharan&#x2F;flowctl" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;cvhariharan&#x2F;flowctl</a>

Found: December 01, 2025 ID: 2535

[Other] Show HN: GitHits – Code example engine for AI agents and devs (Private Beta) It has been almost 10 years since I started the opencv-python packaging project. Scaling it to more than 100 million downloads as a side project showed me how much ease of installation and proper package distribution matter to users. It gave the computer vision ecosystem a noticeable boost. Now I have a new idea that I hope can help even more people across the broader software engineering world.<p>A while ago, I realized I kept giving the same advice to teammates and friends when they ran into a programming issue they couldn&#x27;t easily solve: go to GitHub and look at how others solved it.<p>There is a huge pool of underused example material across open source. Most problems developers face are not that novel. With enough digging, someone has already solved the same issue in code or at least posted a workaround to an issue or discussion thread.<p>The trouble is that GitHub search is limited and works only when you already know the right keywords. You also need the time and patience to go through and read all the results, connect information across files, repositories, issues, discussions, and other metadata, and then turn that into a working solution. The same limitations apply to Stack Overflow and other search tools.<p>LLMs changed a lot, but they did not change this. They do not perform equally well across all programming languages, and their training data is always stale. They cannot reliably show how to combine multiple libraries in the way real projects do. For these and many other cases, they need a real, canonical code example rather than an outdated piece of documentation written for humans.<p>That is why I started building GitHits. It is designed to handle the work that humans and AI coding agents struggle with: finding real solutions in real repositories and connecting the dots across the open source ecosystem.<p>GitHits searches millions of open-source repositories at the code level, finds real code and surrounding metadata that match the intent of your blocker, and distills the patterns it finds into one example.<p>The initial product is in private beta, with MCP support to connect GitHits to your favorite coding agent IDE or CLI.<p>What makes it different from Context7 and other generic documentation search tools:<p>- It is built around unblocking, not general search<p>- It does not require manual indexing jobs<p>- It works for humans through the web UI and for agents through the MCP<p>- It clusters similar samples across repositories so you can see the common path real engineers took<p>- It ranks the sources using multiple signals for higher quality: the selected sources might be, for example, a combination of code files, issues, and docs<p>- It generates one token-efficient code example based on real sources<p>It is not perfect yet. Right now, GitHits supports only Python, JS, TS, C, C++, and Rust. More languages and deeper coverage are coming, and I would appreciate early feedback while the beta is still taking shape. If you have ever lost hours stuck on a blocker you knew someone else had solved already, I would love to hear what you think.

Found: December 01, 2025 ID: 2536

JSONHack

Product Hunt

[Other] Tools like Json validator , formater and base54 tools Free online JSON Formatter, Validator, Beautifier & Base64 Encoder/Decoder. Format, validate, pretty-print and convert JSON safely in your browser.

Found: December 01, 2025 ID: 2537

[Other] FigChain - Chain Your Configs, Unchain Your Productivity. FigChain is a safer, modern alternative to AWS Parameter Store, HashiCorp Consul, and homegrown config systems. It prevents costly outages by validating and managing configuration changes through robust Avro schema evolution. Real-time, push-based updates ensure apps always use the latest config, while every change is fully auditable all within an intuitive UI built for developers & operations teams making config management exceptionally easy to use for developers and operations teams alike.

Found: December 01, 2025 ID: 2544

[Other] Stacked Diffs with git rebase β€”onto

Found: December 01, 2025 ID: 2573

[Other] Show HN: Identifiy test coverage gaps in your Go projects

Found: November 30, 2025 ID: 2532

[Other] Langjam Gamejam: Build a programming language then make a game with it

Found: November 30, 2025 ID: 2531

[Other] Show HN: ReadyKit – Superfast SaaS Starter with Multi-Tenant Workspaces Hi HN! I&#x27;ve been building ReadyKit, an open-source SaaS boilerplate that handles all the hard parts: multi-tenant workspaces, Stripe billing, OAuth + MFA authentication, and a production-ready stack.<p>Built with Python&#x2F;Flask, PostgreSQL, Redis, and Vue 3, it&#x27;s designed for indie makers and teams who want to ship SaaS products fast. Clone, configure your OAuth and Stripe keys, and you&#x27;re running in 5 minutes.<p>Features include automatic query scoping for workspace isolation, audit logs, role-based access, and a modern UX kit. MIT licensed and free forever.<p>GitHub: <a href="https:&#x2F;&#x2F;github.com&#x2F;level09&#x2F;readykit" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;level09&#x2F;readykit</a>

Found: November 30, 2025 ID: 2608

[Other] Framework Computer Now Sponsoring LVFS / Fwupd Development

Found: November 29, 2025 ID: 2529

[CLI Tool] Show HN: oeis-tui – A TUI to search OEIS integer sequences in the terminal i always loved looking up the On-Line Encyclopedia of Integer Sequences (OEIS) when researching a sequence of numbers.<p>so I decided to make a TUI and CLI for it so that I can browse sequences in the terminal.<p>it supports almost all the features on the site (including the OEIS Webcam) and supports graphs, a preview pane, exporting and bookmarks.<p>more features here: <a href="https:&#x2F;&#x2F;github.com&#x2F;hako&#x2F;oeis-tui?tab=readme-ov-file#features" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;hako&#x2F;oeis-tui?tab=readme-ov-file#features</a><p>repo: <a href="https:&#x2F;&#x2F;github.com&#x2F;hako&#x2F;oeis-tui" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;hako&#x2F;oeis-tui</a><p>gitHub releases: <a href="https:&#x2F;&#x2F;github.com&#x2F;hako&#x2F;oeis-tui&#x2F;releases" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;hako&#x2F;oeis-tui&#x2F;releases</a><p>cargo: cargo install oeis-tui

Found: November 29, 2025 ID: 2635
Previous Page 92 of 219 Next